func crypto/tls.noEKMBecauseRenegotiation

2 uses

	crypto/tls (current package)
		conn.go#L1644: 		state.ekm = noEKMBecauseRenegotiation
		prf.go#L258: func noEKMBecauseRenegotiation(label string, context []byte, length int) ([]byte, error) {